func reflect.isRegularMemory
5 uses
reflect (current package)
type.go#L2224: func isRegularMemory(t Type) bool {
type.go#L2228: if isRegularMemory(elem) {
type.go#L2244: return isRegularMemory(field.Type)
type.go#L2248: if field.Name == "_" || !isRegularMemory(field.Type) || isPaddedField(t, i) {
type.go#L2557: if isRegularMemory(toType(&typ.Type)) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |